home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / libbonobo-2.0 / libbonobo.h
Encoding:
C/C++ Source or Header  |  2006-01-09  |  1.4 KB  |  57 lines

  1. /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
  2. /**
  3.  * Main include file for the Bonobo component model
  4.  *
  5.  * Authors:
  6.  *   Miguel de Icaza (miguel@ximian.com)
  7.  *   Michael Meeks   (michael@ximian.com)
  8.  *
  9.  * Copyright 2001 Ximian, Inc.
  10.  */
  11. #ifndef __LIBBONOBO_H__
  12. #define __LIBBONOBO_H__
  13.  
  14. #include <bonobo/bonobo-macros.h>
  15.  
  16. G_BEGIN_DECLS
  17.  
  18. #include <bonobo/bonobo-types.h>
  19.  
  20. #include <bonobo/bonobo-object.h>
  21. #include <bonobo/bonobo-moniker.h>
  22. #include <bonobo/bonobo-moniker-simple.h>
  23. #include <bonobo/bonobo-context.h>
  24. #include <bonobo/bonobo-exception.h>
  25.  
  26. #include <bonobo/bonobo-item-container.h>
  27. #include <bonobo/bonobo-item-handler.h>
  28. #include <bonobo/bonobo-moniker-util.h>
  29. #include <bonobo/bonobo-moniker-extender.h>
  30.  
  31. #include <bonobo/bonobo-property-bag.h>
  32. #include <bonobo/bonobo-property-bag-client.h>
  33.  
  34. #include <bonobo/bonobo-listener.h>
  35. #include <bonobo/bonobo-event-source.h>
  36. #include <bonobo/bonobo-generic-factory.h>
  37. #include <bonobo/bonobo-shlib-factory.h>
  38. #include <bonobo/bonobo-main.h>
  39.  
  40. #include <bonobo/bonobo-stream.h>
  41. #include <bonobo/bonobo-stream-memory.h>
  42. #include <bonobo/bonobo-stream-client.h>
  43.  
  44. #include <bonobo/bonobo-persist.h>
  45. #include <bonobo/bonobo-persist-file.h>
  46. #include <bonobo/bonobo-persist-stream.h>
  47.  
  48. #include <bonobo/bonobo-storage.h>
  49. #include <bonobo/bonobo-storage-memory.h>
  50.  
  51. #include <bonobo/bonobo-application.h>
  52. #include <bonobo/bonobo-app-client.h>
  53.  
  54. G_END_DECLS
  55.  
  56. #endif /* __LIBBONOBO_H__ */
  57.